Message ID | 1490673172-19817-1-git-send-email-john.stultz@linaro.org |
---|---|
State | New |
Headers | show |
Series | [1/2] Add db410c defconfig | expand |
diff --git a/configs/db410c_defconfig b/configs/db410c_defconfig new file mode 100644 index 0000000..53a6204 --- /dev/null +++ b/configs/db410c_defconfig @@ -0,0 +1,9 @@ +CONFIG_BOARD_SYSTEMIMAGE_PARTITION_SIZE=880803840 +CONFIG_KERNEL=y +CONFIG_KERNEL_PATH="Image.gz-dtb" +CONFIG_BOARD_KERNEL_BASE=0x80008000 +#CONFIG_RAMDISK_OFFSET=0x81000000 +CONFIG_BOARD_KERNEL_CMDLINE="console=ttyMSM0,115200,n8 androidboot.console=ttyMSM0 androidboot.selinux=permissive" +CONFIG_WIFI=y +CONFIG_QCOM_WIFI=y +CONFIG_BOARD_USES_DRM_HWCOMPOSER=y
Add an inital db410c defconfig that provides boot.img creation values. Cc: Rob Herring <rob.herring@linaro.org> Cc: Sumit Semwal <sumit.semwal@linaro.org> Cc: Amit Pundir <amit.pundir@linaro.org> Cc: Vishal Bhoj <vishal.bhoj@linaro.org> Signed-off-by: John Stultz <john.stultz@linaro.org> --- configs/db410c_defconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 configs/db410c_defconfig -- 2.7.4