diff options
author | Simon Glass <sjg@chromium.org> | 2020-07-19 22:55:58 +0300 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2020-07-29 04:30:39 +0300 |
commit | c4cea2bbf995764f325a907061c22ecd6768cf7b (patch) | |
tree | f188c04097e133c8c615fcf28e4ebe1ec71b4ca9 /arch/arm/mach-rockchip | |
parent | 9b312e26fc772965e6b48c2b452c08d42a9e288f (diff) | |
download | u-boot-c4cea2bbf995764f325a907061c22ecd6768cf7b.tar.xz |
rockchip: Enable building a SPI ROM image on bob
Add a simple binman config and enable CONFIG_HAS_ROM so that U-Boot
produces a ROM for bob.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/mach-rockchip')
-rw-r--r-- | arch/arm/mach-rockchip/rk3399/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-rockchip/rk3399/Kconfig b/arch/arm/mach-rockchip/rk3399/Kconfig index 254b9c5b4d..17628f9171 100644 --- a/arch/arm/mach-rockchip/rk3399/Kconfig +++ b/arch/arm/mach-rockchip/rk3399/Kconfig @@ -5,6 +5,8 @@ choice config TARGET_CHROMEBOOK_BOB bool "Asus Flip C101PA Chromebook (RK3399)" + select HAS_ROM + select ROCKCHIP_SPI_IMAGE help Bob is a small RK3299-based device similar in apperance to Minnie. It has two USB 3.0 type-C ports, 4GB of SDRAM, WiFi and a 10.1", |