diff options
author | Angelos Mouzakitis <a.mouzakitis@virtualopensystems.com> | 2023-10-10 14:33:42 +0000 |
---|---|---|
committer | Angelos Mouzakitis <a.mouzakitis@virtualopensystems.com> | 2023-10-10 14:33:42 +0000 |
commit | af1a266670d040d2f4083ff309d732d648afba2a (patch) | |
tree | 2fc46203448ddcc6f81546d379abfaeb323575e9 /roms/u-boot/configs/highbank_defconfig | |
parent | e02cda008591317b1625707ff8e115a4841aa889 (diff) |
Change-Id: Iaf8d18082d3991dec7c0ebbea540f092188eb4ec
Diffstat (limited to 'roms/u-boot/configs/highbank_defconfig')
-rw-r--r-- | roms/u-boot/configs/highbank_defconfig | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/roms/u-boot/configs/highbank_defconfig b/roms/u-boot/configs/highbank_defconfig new file mode 100644 index 000000000..a6aed676d --- /dev/null +++ b/roms/u-boot/configs/highbank_defconfig @@ -0,0 +1,28 @@ +CONFIG_ARM=y +CONFIG_SYS_DCACHE_OFF=y +CONFIG_SYS_THUMB_BUILD=y +CONFIG_ARCH_HIGHBANK=y +CONFIG_SYS_TEXT_BASE=0x00008000 +CONFIG_NR_DRAM_BANKS=2 +CONFIG_ENV_SIZE=0x2000 +CONFIG_SYS_BOOTCOUNT_ADDR=0xfff3cf0c +CONFIG_SYS_BOOTCOUNT_SINGLEWORD=y +CONFIG_DISTRO_DEFAULTS=y +CONFIG_FIT=y +CONFIG_OF_BOARD_SETUP=y +CONFIG_AUTOBOOT_KEYED=y +CONFIG_AUTOBOOT_PROMPT="Autobooting in %d seconds...\nPress <s> to stop or <d> to delay\n" +CONFIG_AUTOBOOT_KEYED_CTRLC=y +# CONFIG_USE_BOOTCOMMAND is not set +# CONFIG_DISPLAY_CPUINFO is not set +# CONFIG_DISPLAY_BOARDINFO is not set +CONFIG_MISC_INIT_R=y +# CONFIG_CMD_SETEXPR is not set +CONFIG_OF_BOARD=y +CONFIG_ENV_IS_IN_NVRAM=y +CONFIG_ENV_ADDR=0xFFF88000 +CONFIG_SCSI_AHCI=y +CONFIG_BOOTCOUNT_LIMIT=y +# CONFIG_MMC is not set +CONFIG_CALXEDA_XGMAC=y +CONFIG_SCSI=y |