mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-27 22:48:54 +00:00
v1.1.2
This commit is contained in:
@@ -203,7 +203,7 @@ const struct dfs_mount_tbl mount_table[] = {
|
||||
#if (defined(AIC_USING_FS_IMAGE_TYPE_FATFS_FOR_0) || defined(AIC_USING_FS_IMAGE_TYPE_FATFS_FOR_1))
|
||||
{"blk_rodata", "/rodata", "elm", 0, 0, 0},
|
||||
#endif
|
||||
#if (defined(AIC_USING_FS_IMAGE_TYPE_FATFS_FOR_0) || defined(AIC_USING_FS_IMAGE_TYPE_FATFS_FOR_1))
|
||||
#if (defined(AIC_USING_FS_IMAGE_TYPE_FATFS_FOR_1))
|
||||
{"blk_data", "/data", "elm", 0, 0, 1},
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Binary file not shown.
@@ -9,7 +9,7 @@
|
||||
"os": { "size": "2m" },
|
||||
"os_r": { "size": "2m" },
|
||||
"rodata": { "size": "14m" },
|
||||
"rodata_r": { "size": "6m" },
|
||||
"rodata_r": { "size": "14m" },
|
||||
"data": {
|
||||
"size": "40m",
|
||||
"nftl": { // Volume in NFTL device
|
||||
|
||||
@@ -9,8 +9,6 @@
|
||||
#include <aic_core.h>
|
||||
#include <aic_hal.h>
|
||||
#include "board.h"
|
||||
#include <libfdt.h>
|
||||
#include <of.h>
|
||||
#include <aic_utils.h>
|
||||
|
||||
struct aic_pinmux aic_pinmux_config[] = {
|
||||
@@ -28,8 +26,23 @@ struct aic_pinmux aic_pinmux_config[] = {
|
||||
/* can0 */
|
||||
{4, PIN_PULL_DIS, 3, "PA.4"},
|
||||
{4, PIN_PULL_DIS, 3, "PA.5"},
|
||||
#else
|
||||
#endif
|
||||
#ifdef AIC_USING_GPAI0
|
||||
{2, PIN_PULL_DIS, 3, "PA.0"},
|
||||
#endif
|
||||
#ifdef AIC_USING_GPAI1
|
||||
{2, PIN_PULL_DIS, 3, "PA.1"},
|
||||
#endif
|
||||
#ifdef AIC_USING_GPAI2
|
||||
{2, PIN_PULL_DIS, 3, "PA.2"},
|
||||
#endif
|
||||
#ifdef AIC_USING_GPAI3
|
||||
{2, PIN_PULL_DIS, 3, "PA.3"},
|
||||
#endif
|
||||
#ifdef AIC_USING_GPAI4
|
||||
{2, PIN_PULL_DIS, 3, "PA.4"},
|
||||
#endif
|
||||
#ifdef AIC_USING_GPAI5
|
||||
{2, PIN_PULL_DIS, 3, "PA.5"},
|
||||
#endif
|
||||
#ifdef AIC_USING_RTP
|
||||
|
||||
Reference in New Issue
Block a user