diff options
author | Bin Meng | 2018-10-15 02:21:18 -0700 |
---|---|---|
committer | Simon Glass | 2018-11-14 09:16:28 -0800 |
commit | 6f3327658b03f448c324ac54aad1bd6cc2c2e50d (patch) | |
tree | 81717a7e51e4bbe38ab278b325be76502395eccc /configs/qemu_arm_defconfig | |
parent | 4135e10732a0eb3c66b34d2fde32eb54d6323fc6 (diff) |
arm: qemu: Add a Kconfig in the board directory
This adds a Kconfig file in the board directory, so that some
board-specific options can be specified there.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/qemu_arm_defconfig')
-rw-r--r-- | configs/qemu_arm_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/qemu_arm_defconfig b/configs/qemu_arm_defconfig index 04c9afdb02e..acebdc5a4e0 100644 --- a/configs/qemu_arm_defconfig +++ b/configs/qemu_arm_defconfig @@ -1,7 +1,6 @@ CONFIG_ARM=y CONFIG_ARM_SMCCC=y CONFIG_ARCH_QEMU=y -CONFIG_SYS_TEXT_BASE=0x00000000 CONFIG_TARGET_QEMU_ARM_32BIT=y CONFIG_AHCI=y CONFIG_DISTRO_DEFAULTS=y |