diff options
author | Tom Rini <trini@konsulko.com> | 2024-03-13 18:47:16 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-03-13 18:47:16 -0400 |
commit | 3987e15e88a1d6a9a211b7637728fcc0acf74fbe (patch) | |
tree | 5259b77db728b368c4900579c2d44337ae6de9e7 /board/firefly | |
parent | 213ffd49bdbd30512661eaf47b7445ef8a81bcdb (diff) | |
parent | 969ea37dfd04e2800828fe2a26cd354d22569d18 (diff) | |
download | u-boot-WIP/13Mar2024-next.zip u-boot-WIP/13Mar2024-next.tar.gz u-boot-WIP/13Mar2024-next.tar.bz2 |
Merge branch '2024-04-13-assorted-fixes' into nextWIP/13Mar2024-next
- Fix bootm_low handling, CONFIG_64BIT usage fixes, RNG fixes, cli
history fixes, allow bootelf to pass a device tree address, other
assorted fixes.
Diffstat (limited to 'board/firefly')
-rw-r--r-- | board/firefly/firefly-rk3288/Kconfig | 3 | ||||
-rw-r--r-- | board/firefly/firefly-rk3308/Kconfig | 3 | ||||
-rw-r--r-- | board/firefly/roc-pc-rk3399/Kconfig | 3 |
3 files changed, 0 insertions, 9 deletions
diff --git a/board/firefly/firefly-rk3288/Kconfig b/board/firefly/firefly-rk3288/Kconfig index 1c2bca8..ed1c9fc 100644 --- a/board/firefly/firefly-rk3288/Kconfig +++ b/board/firefly/firefly-rk3288/Kconfig @@ -9,7 +9,4 @@ config SYS_VENDOR config SYS_CONFIG_NAME default "firefly-rk3288" -config BOARD_SPECIFIC_OPTIONS # dummy - def_bool y - endif diff --git a/board/firefly/firefly-rk3308/Kconfig b/board/firefly/firefly-rk3308/Kconfig index 80b1ad8..fd6b981 100644 --- a/board/firefly/firefly-rk3308/Kconfig +++ b/board/firefly/firefly-rk3308/Kconfig @@ -9,7 +9,4 @@ config SYS_VENDOR config SYS_CONFIG_NAME default "firefly_rk3308" -config BOARD_SPECIFIC_OPTIONS # dummy - def_bool y - endif diff --git a/board/firefly/roc-pc-rk3399/Kconfig b/board/firefly/roc-pc-rk3399/Kconfig index 720fbbb..c211e9d 100644 --- a/board/firefly/roc-pc-rk3399/Kconfig +++ b/board/firefly/roc-pc-rk3399/Kconfig @@ -9,8 +9,5 @@ config SYS_VENDOR config SYS_CONFIG_NAME default "roc-pc-rk3399" -config BOARD_SPECIFIC_OPTIONS # dummy - def_bool y - endif |