aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuodong Xu <guodong.xu@linaro.org>2014-06-19 07:54:32 +0800
committerGuodong Xu <guodong.xu@linaro.org>2014-06-19 20:52:57 +0800
commit378d6885e095070ff85d3065f395a2704b3de858 (patch)
treed000eb24acc3e3fc7ee737a107577acb948089a9
parent70c5a02b8ece56b898dcd9090d34cd8f37e1a232 (diff)
configs: hi3xxx_defconfig: enable INITRAMFS and DEBUG_LLworking-lsk-14.05.1
Signed-off-by: Guodong Xu <guodong.xu@linaro.org>
-rw-r--r--arch/arm/configs/hi3xxx_defconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/configs/hi3xxx_defconfig b/arch/arm/configs/hi3xxx_defconfig
index f186bdfa2369..607a06bc147d 100644
--- a/arch/arm/configs/hi3xxx_defconfig
+++ b/arch/arm/configs/hi3xxx_defconfig
@@ -54,3 +54,13 @@ CONFIG_PRINTK_TIME=y
CONFIG_DEBUG_FS=y
CONFIG_DEBUG_KERNEL=y
CONFIG_LOCKUP_DETECTOR=y
+CONFIG_BLK_DEV_INITRD=y
+CONFIG_INITRAMFS_SOURCE="/opt/workspace/kernel/rootfs"
+CONFIG_INITRAMFS_ROOT_UID=0
+CONFIG_INITRAMFS_ROOT_GID=0
+CONFIG_INITRAMFS_COMPRESSION_LZMA=y
+CONFIG_RD_LZMA=y
+CONFIG_DEBUG_LL=y
+CONFIG_DEBUG_HI3620_UART=y
+CONFIG_EARLY_PRINTK=y
+CONFIG_DEBUG_LL_INCLUDE="debug/hi3xxx.S"