summaryrefslogtreecommitdiff
path: root/include/configs/capricorn-common.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-05-12 10:02:06 -0400
committerTom Rini <trini@konsulko.com>2022-06-06 12:09:00 -0400
commit6889412ad5e78f207b7155d81ea6c334e417e21e (patch)
treef4d0ddbe603a1e956b162d597f26218a87235cd7 /include/configs/capricorn-common.h
parentd31466b382dd05a5439d12d69ddd6e8eaff0e5e6 (diff)
Convert CONFIG_SYS_BARGSIZE to Kconfig
This converts the following to Kconfig: CONFIG_SYS_BARGSIZE Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/capricorn-common.h')
-rw-r--r--include/configs/capricorn-common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/capricorn-common.h b/include/configs/capricorn-common.h
index 5731a9e1110..63d02c5b44f 100644
--- a/include/configs/capricorn-common.h
+++ b/include/configs/capricorn-common.h
@@ -117,9 +117,6 @@
#define PHYS_SDRAM_1_SIZE 0x40000000 /* 1 GB */
#define PHYS_SDRAM_2_SIZE 0x00000000 /* 0 GB */
-/* Console buffer and boot args */
-#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
-
#define BOOTAUX_RESERVED_MEM_BASE 0x88000000
#define BOOTAUX_RESERVED_MEM_SIZE SZ_128M /* Reserve from second 128MB */