diff options
author | Tom Rini <trini@konsulko.com> | 2019-08-24 08:33:27 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-08-24 08:33:27 -0400 |
commit | 50b4b80f597b9f59b98adbdbad691b1027bd501a (patch) | |
tree | 7c38f970cf502cba52f7ab29180145913691aad5 /configs/chromebook_bob_defconfig | |
parent | 3d8fab1e9e1ccaf609d63df85bd651458f05d436 (diff) | |
parent | cbd298b6ee78f3a1187798a30ecdca339df8c65d (diff) | |
download | u-boot-50b4b80f597b9f59b98adbdbad691b1027bd501a.tar.gz |
Merge tag 'u-boot-rockchip-20190823' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchipWIP/24Aug2019
- remove rk3288 fennec board
- remove SPL raw image support for Rockchip SoCs
- add common misc_init_r() for ethaddr from cpuid
- enable USB HOST support for rk3328
- unify code for finding a valid gpt in part driver
Diffstat (limited to 'configs/chromebook_bob_defconfig')
-rw-r--r-- | configs/chromebook_bob_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/chromebook_bob_defconfig b/configs/chromebook_bob_defconfig index d6fc7e3b63..5126098b94 100644 --- a/configs/chromebook_bob_defconfig +++ b/configs/chromebook_bob_defconfig @@ -18,6 +18,7 @@ CONFIG_DEFAULT_FDT_FILE="rockchip/rk3399-gru-bob.dtb" # CONFIG_DISPLAY_CPUINFO is not set CONFIG_DISPLAY_BOARDINFO_LATE=y CONFIG_SPL_TEXT_BASE=0xff8c2000 +# CONFIG_SPL_RAW_IMAGE_SUPPORT is not set CONFIG_SPL_STACK_R=y CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN=0x4000 CONFIG_SPL_SPI_LOAD=y |