Message ID | 1492627933-31556-3-git-send-email-john.stultz@linaro.org |
---|---|
State | Superseded |
Headers | show |
Series | [1/3] wifi: Switch wifi/qcom for wifi/qcom-flo | expand |
diff --git a/configs/db410c_defconfig b/configs/db410c_defconfig new file mode 100644 index 0000000..9935e45 --- /dev/null +++ b/configs/db410c_defconfig @@ -0,0 +1,8 @@ +CONFIG_PRODUCT_DEVICE="db410c" +CONFIG_DALVIK_VM_HEAPSIZE=32 +CONFIG_BOARD_SYSTEMIMAGE_PARTITION_SIZE=880803840 +CONFIG_KERNEL=y +CONFIG_KERNEL_PATH="Image.gz-dtb" +CONFIG_BOARD_KERNEL_CMDLINE="console=ttyMSM0,115200,n8 androidboot.console=ttyMSM0 androidboot.selinux=permissive firmware_class.path=/system/vendor/firmware/" +CONFIG_BOARD_KERNEL_BASE=0x80008000 +CONFIG_RAMDISK_OFFSET=0x0
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: Vishal Bhoj <vishal.bhoj@linaro.org> Cc: Amit Pundir <amit.pundir@linaro.org> Signed-off-by: John Stultz <john.stultz@linaro.org> --- configs/db410c_defconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 configs/db410c_defconfig -- 2.7.4